func net/http.cleanHost

3 uses

	net/http (current package)
		request.go#L571: 	host := cleanHost(r.Host)
		request.go#L576: 		host = cleanHost(r.URL.Host)
		request.go#L746: func cleanHost(in string) string {